From 90dc39d41f07492fa66c66eefa400b4e423257c1 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 22 Jun 2007 00:21:54 +0000 Subject: [PATCH] *Clean up comment --- includes/GlobalFunctions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index bf589711ca..27fc28ddb0 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2296,8 +2296,7 @@ function wfLocalFile( $title ) { function wfQueriesMustScale() { global $wgMiserMode; - // If $wgMiserMode is true, it is either large or just cheap, other way the - // affect is the same... + // If $wgMiserMode is true, all queries must be efficient if( $wgMiserMode ) return true; // Try to roughly guess how large this wiki is. -- 2.20.1